-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nailgun ssl cert verification #12813
Nailgun ssl cert verification #12813
Conversation
Can one of the admins verify this patch? |
trigger: test-robottelo |
"trigger": "test-robottelo" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NonBlocking comments!
trigger: test-robottelo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
@jyejare We need to add the same in the CI PR before merging this, otherwise regression would have an impact |
@omkarkhatavkar Not required, The validator should handle it and return |
@omkarkhatavkar Opened CI MR 1134 ! |
* Add config option to verify nailgun requests against ssl cert * Use ssl verification for all instances of ServerConfig * Use dynaconf validator --------- Co-authored-by: dosas <[email protected]> (cherry picked from commit 0ddb4b7)
* Add config option to verify nailgun requests against ssl cert * Use ssl verification for all instances of ServerConfig * Use dynaconf validator --------- Co-authored-by: dosas <[email protected]> (cherry picked from commit 0ddb4b7)
* Add config option to verify nailgun requests against ssl cert * Use ssl verification for all instances of ServerConfig * Use dynaconf validator --------- Co-authored-by: dosas <[email protected]> (cherry picked from commit 0ddb4b7)
Nailgun ssl cert verification (#12813) * Add config option to verify nailgun requests against ssl cert * Use ssl verification for all instances of ServerConfig * Use dynaconf validator --------- Co-authored-by: dosas <[email protected]> (cherry picked from commit 0ddb4b7) Co-authored-by: dosas <[email protected]>
Nailgun ssl cert verification (#12813) * Add config option to verify nailgun requests against ssl cert * Use ssl verification for all instances of ServerConfig * Use dynaconf validator --------- Co-authored-by: dosas <[email protected]> (cherry picked from commit 0ddb4b7) Co-authored-by: dosas <[email protected]>
Nailgun ssl cert verification (#12813) * Add config option to verify nailgun requests against ssl cert * Use ssl verification for all instances of ServerConfig * Use dynaconf validator --------- Co-authored-by: dosas <[email protected]> (cherry picked from commit 0ddb4b7) Co-authored-by: dosas <[email protected]>
* Add config option to verify nailgun requests against ssl cert * Use ssl verification for all instances of ServerConfig * Use dynaconf validator --------- Co-authored-by: dosas <[email protected]>
* Add config option to verify nailgun requests against ssl cert * Use ssl verification for all instances of ServerConfig * Use dynaconf validator --------- Co-authored-by: dosas <[email protected]>
* Add config option to verify nailgun requests against ssl cert * Use ssl verification for all instances of ServerConfig * Use dynaconf validator --------- Co-authored-by: dosas <[email protected]>
This PR adds the possibility to overwrite the
verify
settings of nailgun's ServerConfigAccording to the setttings given by requests
Backwards compatibility is kept by defaulting to
False
if the new settings option is not available.